func github.com/andybalholm/brotli.replicateValue

4 uses

	github.com/andybalholm/brotli (current package)
		huffman.go#L375: func replicateValue(table []huffmanCode, step int, end int, code huffmanCode) {
		huffman.go#L468: 			replicateValue(table[reverseBits8(key):], step, table_size, code)
		huffman.go#L527: 			replicateValue(table[reverseBits8(key):], step, table_size, code)
		huffman.go#L568: 			replicateValue(table[reverseBits8(sub_key):], step, table_size, code)